home *** CD-ROM | disk | FTP | other *** search
/ Serving Financial Service…olutions Suite 1994 Fall / Serving Financial Services Solutions Suite 1994 Fall.iso / Apps / Thoughtful / HyperSense.app / English.lproj / AddLayer.nib / data.classes < prev    next >
Encoding:
Text File  |  1994-03-08  |  339 bĀ   |  26 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. AddLayer = {
  7.     ACTIONS = {
  8.     addTheLayer:;
  9.     switchUseCreate:;
  10.     insertName:;
  11.     cancel:;
  12.     switchModes:;
  13.     windowWillResize:;
  14.     };
  15.     OUTLETS = {
  16.     nameField;
  17.     browser;
  18.     modeButton;
  19.     addMatrix;
  20.     modeLayers;
  21.     addPanel;
  22.     useCreateMatrix;
  23.     };
  24.     SUPERCLASS = Object;
  25. };
  26.